home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / moni / idle_led.lha / readme.1st < prev   
Encoding:
Text File  |  1994-03-02  |  1.9 KB  |  56 lines

  1.  
  2. Idle Led v2.0
  3. -------------
  4. by Lindsay Meek 
  5. (meek@fizzy.csu.murdoch.edu.au)
  6.  
  7. Description
  8. -----------
  9.     Idle_LED turns the power led into a CPU load indicator. When
  10. the CPU is busy, the light will turn on. When it returns to an idle state,
  11. the light will turn off. Some people may find this useful as it provides
  12. an instantaneous indication of the loading on the machine, as opposed to
  13. GUI based displays which provide updates at slower intervals.
  14.         
  15. Installation
  16. ------------
  17.     1. Copy 'idle_led' to the C: directory
  18.     2. Modify the startup-sequence to include 'run idle_led2'
  19.  
  20. Command Line Options
  21. --------------------
  22.     The following options have been added to the command line for v2.0
  23.  
  24. ON    Turns on  the idle_led (default)
  25. OFF    Turns off the idle_led if running
  26. BRIGHT    Makes the power led bright when the CPU is busy
  27. DIM    Makes the power led dim when the CPU is busy (less audio problems)
  28.  
  29. THRESHOLD n    Changes the CPU load threshold for changing the light state.
  30.         n is an integer from 1.99 representing the percentage of
  31.         CPU time the idle state is equivalent to. This is taken
  32.         over a 20 ms period (VBLANK). For example, THRESHOLD 40
  33.         will make the busy state occur when there is less than 40% 
  34.         free CPU cycles in a 20 ms period.
  35.  
  36. Enhancements from v1.0
  37. ----------------------
  38.     -This version now uses a VBLANK interrupt server as a load sampler
  39. rather than Timer-A on the CIAB resource. This should make it much more
  40. compatible with other low-level software, such as OS-almost-friendly games.
  41.     -It also takes more realistic measurements of CPU load to determine
  42. when to change the state of the light. The current configuration is
  43. > 50 % load over a period of 20 ms.
  44.     -The executable is smaller (3K as apposed to 6K)
  45.  
  46. Donations
  47. ---------
  48.     This program is a 'barterware' product. That is, if you consider
  49. it useful and are feeling generous, send me anything you think i'd find
  50. useful. My address is:
  51.  
  52. c/- Dept. of MPS
  53. Murdoch University 6150
  54. South Street,
  55. Perth, Western Australia
  56.